home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-639.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  74 lines

  1. # This script was automatically generated from the dsa-639
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Andrew V. Samoilov has noticed that several bugfixes which were
  12. applied to the source by upstream developers of mc, the midnight
  13. commander, a file browser and manager, were not backported to the
  14. current version of mc that Debian ships in their stable release.  The
  15. Common Vulnerabilities and Exposures Project identifies the following
  16. vulnerabilities:
  17.     Multiple format string vulnerabilities
  18.     Multiple buffer overflows
  19.     One infinite loop vulnerability
  20.     Denial of service via  corrupted section header
  21.     Denial of service via null dereference
  22.     Freeing unallocated memory
  23.     Denial of service via use of already freed memory
  24.     Denial of service via manipulating non-existing file handles
  25.     Unintended program execution via insecure filename quoting
  26.     Denial of service via a buffer underflow
  27. For the stable distribution (woody) these problems have been fixed in
  28. version 4.5.55-1.2woody5.
  29. For the unstable distribution (sid) these problems should already be
  30. fixed since they were backported from current versions.
  31. We recommend that you upgrade your mc package.
  32.  
  33.  
  34. Solution : http://www.debian.org/security/2005/dsa-639
  35. Risk factor : High';
  36.  
  37. if (description) {
  38.  script_id(16165);
  39.  script_version("$Revision: 1.3 $");
  40.  script_xref(name: "DSA", value: "639");
  41.  script_cve_id("CAN-2004-1004", "CAN-2004-1005", "CAN-2004-1009", "CAN-2004-1090", "CAN-2004-1091", "CAN-2004-1092", "CAN-2004-1093");
  42.  
  43.  script_description(english: desc);
  44.  script_copyright(english: "This script is (C) 2005 Michel Arboi");
  45.  script_name(english: "[DSA639] DSA-639-1 mc");
  46.  script_category(ACT_GATHER_INFO);
  47.  script_family(english: "Debian Local Security Checks");
  48.  script_dependencies("ssh_get_info.nasl");
  49.  script_require_keys("Host/Debian/dpkg-l");
  50.  script_summary(english: "DSA-639-1 mc");
  51.  exit(0);
  52. }
  53.  
  54. include("debian_package.inc");
  55.  
  56. w = 0;
  57. if (deb_check(prefix: 'gmc', release: '3.0', reference: '4.5.55-1.2woody5')) {
  58.  w ++;
  59.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package gmc is vulnerable in Debian 3.0.\nUpgrade to gmc_4.5.55-1.2woody5\n');
  60. }
  61. if (deb_check(prefix: 'mc', release: '3.0', reference: '4.5.55-1.2woody5')) {
  62.  w ++;
  63.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mc is vulnerable in Debian 3.0.\nUpgrade to mc_4.5.55-1.2woody5\n');
  64. }
  65. if (deb_check(prefix: 'mc-common', release: '3.0', reference: '4.5.55-1.2woody5')) {
  66.  w ++;
  67.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mc-common is vulnerable in Debian 3.0.\nUpgrade to mc-common_4.5.55-1.2woody5\n');
  68. }
  69. if (deb_check(prefix: 'mc', release: '3.0', reference: '4.5.55-1.2woody5')) {
  70.  w ++;
  71.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package mc is vulnerable in Debian woody.\nUpgrade to mc_4.5.55-1.2woody5\n');
  72. }
  73. if (w) { security_hole(port: 0, data: desc); }
  74.